home *** CD-ROM | disk | FTP | other *** search
/ Visual Cafe 3 / Visual Cafe 3.ISO / Vcafe / Main.bin / SunSigning.java < prev    next >
Text File  |  1998-09-08  |  288b  |  17 lines

  1. package com.symantec.itools.tools.archive;
  2.  
  3.  
  4. /**
  5.  * @author Symantec Internet Tools Division
  6.  * @version 1.0
  7.  * @since VCafe 3.0
  8.  */
  9.  
  10. public abstract class SunSigning
  11.     extends TypeSigning
  12. {
  13.     protected SunSigning(Options options)
  14.     {
  15.         super(options);
  16.     }
  17. }